Skip to content

Editable Install failure due to missin setup.py / outdated pip#57

Open
kartik761 wants to merge 1 commit intogofixpoint:mainfrom
kartik761:fix-editable-install
Open

Editable Install failure due to missin setup.py / outdated pip#57
kartik761 wants to merge 1 commit intogofixpoint:mainfrom
kartik761:fix-editable-install

Conversation

@kartik761
Copy link

Description

This PR fixes the development installation issue where pip install -e . fails because:

  • The repo was missing setup.py, required for editable installs on older pip versions.
  • Editable installs via pyproject.toml alone require pip >= 21.3.

With this fix, developers can now install the SDK in editable mode and make local changes during development.


Changes Made

  • Added a minimal setup.py for backward compatibility
  • Verified editable install works with pip >=21.3
  • Updated README instructions to remind developers to upgrade pip before running pip install -e . (optional)

Steps to Test / Verify

  1. Clone the repository
  2. Create and activate a virtual environment:
    python -m venv venv
    .\venv\Scripts\Activate.ps1

@kartik761
Copy link
Author

Hi! this PR fixes the issue "editable install issue by adding a minimal setup.py." Verified that pip install -e . works with pip 21.3.
Thanks if you reviewed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant